home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / biblo302 / goreal.bat < prev    next >
DOS Batch File  |  1992-01-31  |  1KB  |  27 lines

  1. echo off
  2. cls
  3. if exist standard.bsu goto recon
  4. echo 'GOREAL' has already been run on this installation.
  5. echo Use the CONFIGURE option on the SETUP menu to examine the
  6. echo current setup for the program. 
  7. goto end
  8. :recon
  9. echo This batch file will re-configure
  10. echo BIBLOGIC to use the following files:
  11. echo ------------------------------------
  12. echo Database:                   DATABASE
  13. echo Journal list:               JOURNALS
  14. echo Print format:               PRINTFOR
  15. echo ------------------------------------
  16. del biblogic.bsu
  17. rename standard.bsu biblogic.bsu
  18. echo        ***** WARNING *****
  19. echo The "EXAMPLE" database, journal list
  20. echo and print format will now be erased.
  21. echo Type  "<Ctrl C>Y"  to stop without
  22. echo deleting the examples or
  23. pause
  24. del \biblogic\example.*
  25. :end
  26.                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  27.